home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / vtcl / README < prev    next >
Encoding:
Text File  |  1995-07-06  |  644 b   |  19 lines

  1.  
  2. Files for extending the Visual Tcl interpreter (/bin/vtcl).
  3.  
  4.     * vtcl.h
  5.     * libvtcl.a
  6.     * main.c
  7.  
  8. The Visual Tcl interpreter can be extended with additional
  9. commands that you create.  For example, you might want 
  10. to add commands, written in C, that are specific to 
  11. making C-based Sybase or Oracle SQL calls.
  12.  
  13. Man pages are included that document the Tcl functions for
  14. extending the Tcl interpreter.  Please read AppInit.3 and 
  15. CrtCommand.3 to get started.  SCO will eventually incorporate 
  16. these man pages into its standard Visual Tcl documentation 
  17. library.  Please note that "vtcl.h" is equivalent to the 
  18. "tcl.h" referenced in the man pages.
  19.